home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / DSUTIL12 / FILELIST.DOC < prev    next >
Text File  |  1994-01-19  |  5KB  |  133 lines

  1.  
  2.         LIST OF FILES
  3.  
  4. The following files must be present in the archive FREEWARE.ARJ:
  5.  
  6.  
  7. ----------------- general documentation files ----------------------------
  8. path: \freeware
  9.  
  10.   README.1st    ---  read this first
  11.   ARCHIVE.DOC   ---  archive file version information
  12.   LICENSE.DOC    ---  user license agreement
  13.   NOTATION.DOC    ---  short description of prefix notation
  14.   FILELIST.DOC    ---  this file
  15.   ZIP_ARJ.NOT    ---  ZIP/ARJ-archive note
  16.   CHANGES.DOC   ---  package changes/fixes note
  17.  
  18. ----------------- Source code and support files --------------------------
  19.  
  20. path: \freeware\asc2bin
  21.   ASC2BIN.PAS   ---  converter from ASCII format (hex,dec,oct) to binary format
  22.   ASC2BIN.DOC   ---  documentation
  23.   ASC2BIN.EXE   ---  executable code (compiled under Turbo Pascal 7.0)
  24.  
  25. path: \freeware\ascz2bin
  26.   ASCZ2BIN.PAS  ---  convert from ASCIIZ format to ASM (DB defs) format
  27.   ASCZ2BIN.DOC  ---  documentation
  28.   ASCZ2BIN.EXE  ---  executable code (compiled under Turbo Pascal 7.0)
  29.  
  30. path: \freeware\atintvec
  31.   ATINTVEC.PAS  ---  AT ROM interrupt vector table (specially for BIOS makers)
  32.   ATINTVEC.DOC  ---  documentation
  33.   ATINTVEC.EXE   ---  executable code (compiled under Turbo Pascal 7.0)
  34.  
  35. path: \freeware\bin2asm
  36.   BIN2ASM.PAS    ---  converter from binary to ASM (hexfmt) format
  37.   BIN2ASM.DOC   ---  documentation
  38.   BIN2ASM.EXE   ---  executable code (compiled under Turbo Pascal 7.0)
  39.  
  40. path: \freeware\bin2bit
  41.   BIN2BIT.PAS    ---  converter from binary to ASM (bitfmt) format
  42.   BIN2BIT.DOC   ---  documentation
  43.   BIN2BIT.EXE   ---  executable code (compiled under Turbo Pascal 7.0)
  44.  
  45. path: \freeware\bin2file
  46.   BIN2FILE.PAS    ---  put a partial binary image to the file
  47.   BIN2FILE.DOC  ---  documentation
  48.   BIN2FILE.EXE  ---  executable code (compiled under Turbo Pascal 7.0)
  49.  
  50. path: \freeware\file2bin
  51.   FILE2BIN.PAS    ---  extract a partial binary image from the file
  52.   FILE2BIN.DOC  ---  documentation
  53.   FILE2BIN.EXE  ---  executable code (compiled under Turbo Pascal 7.0)
  54.  
  55. path: \freeware\findrep
  56.   FINDREP.PAS    ---  find/replace hex/text utility (simple, but easy)
  57.   FINDREP.DOC   ---  documentation
  58.   FINDREP.EXE   ---  executable code (compiled under Turbo Pascal 7.0)
  59.  
  60. path: \freeware\fmerge
  61.   FMERGE.PAS    ---  merge the binary files (odd/even splitting)
  62.   FMERGE.DOC    ---  documentation
  63.   FMERGE.EXE    ---  executable code (compiled under Turbo Pascal 7.0)
  64.  
  65. path: \freeware\fsplit
  66.   FSPLIT.PAS    ---  split a binary file (to even/odd parts)
  67.   FSPLIT.DOC    ---  documentation
  68.   FSPLIT.EXE    ---  executable code (compiled under Turbo Pascal 7.0)
  69.  
  70. path: \freeware\hd-mboot
  71.   HD-MBOOT.PAS  ---  Custom Master Boot Record with installation of
  72.              user defined type of fixed disk(s)
  73.   HD-MBOOT.DOC  ---  documentation
  74.   HD-MBOOT.EXE  ---  executable code (compiled under Turbo Pascal 7.0)
  75.   IRINA.GIF    ---  IRINA JAROWAYA image (GIF format)
  76.  
  77. path: \freeware\ide-ata
  78.   IDE-ATA.PAS    ---  ATA/IDE drive internal information
  79.   IDE-ATA.DOC   ---  documentation
  80.   IDE-ATA.EXE   ---  executable code (compiled under Turbo Pascal 7.0)
  81.  
  82. path: \freeware\lprint
  83.   LPRINT.PAS    ---  text formatter for printing with many options
  84.   MESSAGES.INC  ---  international text messages (ENGLISH/RUSSIAN/GERMANY)
  85.   LPRINT.DOC    ---  documentation
  86.   LPRINT.EXE    ---  executable code (compiled under Turbo Pascal 7.0)
  87.   @LASER.CFG    ---  HP II+ laser printer configuration file (sample)
  88.   @LPRINT.CFG   ---  EPSON FX-1050 matrix printer configuration file (sample)
  89.   EVEN_LP.BAT   ---  batch file to print even pages only (sample)
  90.   ODD_LP.BAT    ---  batch file to print odd  pages only (sample)
  91.   @KOI2ASC.CFG  ---  KOI-7 to ASCII-8 (russian alternate charmap)
  92.              configuration file (sample)
  93.   KOI2ASC8.BAT  ---  batch file to translate from KOI-7 to 
  94.                      ASCII-8 (russ.alt.)
  95.   KOI2ASC8.BIN  ---  character map file for translation from KOI-7
  96.              to ASCII-8 (russian alternate coding)
  97.  
  98. path: \freeware\merge12
  99.   MERGE12.PAS    ---  merge the text pages (1 to 2)
  100.   MERGE12.DOC   ---  documentation
  101.   MERGE12.EXE   ---  executable code (compiled under Turbo Pascal 7.0)
  102.  
  103. path: \freeware\optexe
  104.   OPTEXE.PAS    ---  simple DOS executable files optimizer 
  105.                       (FAR -> NEAR calls for file which size < 64K)
  106.   OPTEXE.DOC    ---  documentation
  107.   OPTEXE.EXE    ---  executable code (compiled under Turbo Pascal 7.0)
  108.  
  109. path: \freeware\os-boot
  110.   OS-BOOT.PAS    ---  multiple Operating Systems loader
  111.   OS-BOOT.DOC   ---  documentation
  112.   OS-BOOT.EXE   ---  executable code (compiled under Turbo Pascal 7.0)
  113.  
  114. path: \freeware\unix2dos
  115.   UNIX2DOS.PAS    ---  convert UNIX manuals to std DOS text files
  116.   UNIX2DOS.DOC  ---  documentation
  117.   UNIX2DOS.EXE  ---  executable code (compiled under Turbo Pascal 7.0)
  118.  
  119. path:   \freeware\transprn
  120.   TRANSPRN.PAS  ---  background print converter 
  121.   TRANSPRN.DOC  ---  documentation
  122.   TRANSPRN.EXE  ---  executable code (compiled under Turbo Pascal 7.0)
  123.  
  124. ---------------------------- comments ------------------------------------
  125.  
  126.  !! BEGIN OF  IMPORTANT NOTE !!
  127.    The author of the ARJ-archiver R.Jung permits the using of his program
  128.    to transfer the freeware/public domain software without the registration
  129.    of the copy of the ARJ-archiver.
  130.  !! END   OF  IMPORTANT NOTE !!
  131.  
  132. --------------------------- end of file -----------------------------------
  133.